$Status= smtp.SetHtmlMail (<From>, <To>, <Subject>, <Html>)
This function is used to set Html messages in e-mail.
Parameters
<From> Denotes the sender's address.
<To> Denotes the recipient's address.
<Subject> Denotes the subject line of the e-mail message.
<Html> Denotes the content of the e-mail in Html format.
Return Value
Function returns 1 on success, 0 on failure.